-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hyundai CAN: Fix Elect_Gear_Shifter
Sport Gear value
#981
Conversation
@adeebshihadeh sorry for the ping but this would make our life nicer on hev platforms <3 |
Where did the old value come from? How many platforms have been checked? Have all three of EV, PHEV, and HEV been checked? |
I have same car as DevTekVe and would like this change also. This was my video from above sunny has inputted here to commit to master |
No real source for the old values, it was copied from CF_Lvr_Gear in the OG port: commaai/openpilot#1362, commit: commaai/openpilot@e43fa32 |
Here's a random Ioniq PHEV, it can be both 4 and 8, so we can't remove the 8 signal def: Can you guys try to replicate this so we can understand the meaning? Are there different sport modes? Try to toggle all the gears/sport options and post a route. If we can verify that 8 is also sport, then we can merge 4 and 8 |
@sshane Brought back 8. |
Will there be anything else that is needed to merge this? |
Been a while but this came up again recently :D, I will need to test, but you asked
Technically, you can either have it on "S" or you can also have it on a specific gear selected (1 thru 6) and that's still sports mode |
This PR has had no activity for 9 days. It will be automatically closed in 2 days if there is no activity. |
This PR has been automatically closed due to inactivity. Feel free to re-open once activity resumes. |
The value for Sport gear is wrong in the DBC for EV/HEV/PHEV platforms.
Route ID:
26a38e4bf36bb74a|2023-11-15--10-11-14
Prerequisite of
EV, HEV, PHEV
openpilot#30648